Welcome![Sign In][Sign Up]
Location:
Search - Turbo c 2.0

Search list

[Special EffectsPicture_Compare

Description: 可用于比较计算两个图片是否相似. The code is commented and explanation is provided in a seperate file. Compiled in Turbo C++ 3.0.-calculation can be used to compare two pictures similar to. The code is commented an d explanation is provided in a separate file. Co. mpiled in Turbo C 3.0.
Platform: | Size: 67584 | Author: Toby | Hits:

[Windows CEWebCam_008

Description: USB Webcam driver for Windows CE,修正前版本一些问题,支持CE6.0。 -USB Webcam driver for Windows CE. the former version of some of the problems, support CE6.0.
Platform: | Size: 344064 | Author: arm7000 | Hits:

[Other Riddle gamessaolei

Description: 这个程序是模仿Windows中的扫雷小游戏制作的,该程序只是实现了扫雷游戏的主体部分,诸如计分、升级部分都没有做。这个程序可以作为初学者学习C语言绘图和游戏的实例。 该程序在Turbo C2.0 下编译通过 由于扫雷游戏是用鼠标操作的,而Turbo C中提供的鼠标驱动程序在Windows xp下不可用,所以我随源程序提供了一个鼠标驱动的头文件,须将将该头文件复制到Turbo C2.0 的安装目录下的“include”文件夹中方可编译或运行,也可自行修改原文件使之包含该投文件。 注:该鼠标驱动程序是我在网上找到的,其出处我已无法考证,如果侵犯了作者的权利还请作者与我联系。 由于在我的电脑上Turbo C图形环境下显示数字会有问题(估计是系统问题),所以程序中雷周围的数字1-8我用a-h代替,看不顺眼的可以自己修改原程序。
Platform: | Size: 4096 | Author: | Hits:

[Education soft systemLifeGame

Description: 这是我在别人的工作基础上编写的生命游戏(life game)演示程序,可以比较不同初始条件或繁衍条件产生的不同演化结果。 生命游戏是细胞自动机的一种,以模拟生命的某种繁衍过程。根据不同的生命繁衍条件,可以衍生出丰富多彩的群体动力学。该游戏曾经繁盛过一时,至今仍有很多爱好者。该模型在很多领域(如生物、物理等)都有实际的应用。 在这个生命游戏中,繁衍条件比较简单。有两个60x60的方框区域,开始时每一个格子里都生活着一个生命个体(用1表示)。然后这些个体按照下面的条件繁衍:首先计算每一个格子周围相邻生存者的个数;如果有3个相邻生存者,下一步这个格子将会有生存者(用黑色表示);如果有2个(右边方框的是1个),这个格子下一步的状态与上一步状态相同;其余的情况下,下一步这个格子将没有生存者(白色)。每一步计算所有的格子,共重复300步(开始6步按任意键执行,以观察开始的演化,后面的自动执行)。 该程序用Turbo C++ 3.0编译。这个游戏在《生物信息学》课上作为离散数学模型的演示程序。-err
Platform: | Size: 1024 | Author: Fayer Michael | Hits:

[Windows Developdisassemblerpic16f84

Description: 本人用turbo c++ 3.0 编写的PIC16F84反汇编程序源代码-I used turbo c++ 3.0 prepared PIC16F84 disassemble source code
Platform: | Size: 8192 | Author: luqionghui | Hits:

[Editortxtedit

Description: 本软件设计一个面向大众用户的文本输入器,拥有英文输入,基本的文本编辑,软件可以支持鼠标的全面操作,使用户能够一个类似WINDOWS的环境进行软件的操作,能够流畅的输入英文字符、数字、各类在英文中常见的符号,同时可以使用鼠标进行文字的选取操作。 本软件是使用TURBO C2.0编写的拥有独立界面的EXE文件,拥有仿WINDOWS98的界面,和DOS时代的WPS文本编辑器有非常的相似性。并且,本系统符合当今的软件使用习惯,并且完全支持鼠标的操作,所有的编辑工作除了文字输入以外都可以使用鼠标,并且在DOS和WINDOWS系统中都可以良好运行。 本软件为以后的修改工作留下了大量的空间,在以后的修改中,可以根据不同使用者的要求,可以挂入中文字符数据库和中文的输入法,使系统输入中文成为可能;可以加入文本的打印,识别功能,使系统能够更加的实用;;可以加入对各类程序的代码的识别功能,使系统能够更好的为技术人员服务;可以让系统加入对各种的数据文件的编辑功能,能够支持16进制编辑;可以对C、C++、JAVA、HTLM类型文件进行源代码编辑,使系统的功能更加的全面 可以用来对付课程设计,起码这个软件当初就是做这个用的。。。 简约不简单是他的口号
Platform: | Size: 10240 | Author: adfasdf | Hits:

[Otherc_source_program_comment_remover

Description: 一个去除源程序.C/.CPP/.H中的注释的工具,开发环境:Turbo C++ 3.0
Platform: | Size: 9216 | Author: wanning | Hits:

[source in ebookc-code

Description: c语言的常用函数集,比较全的.有些BUG我已经做过修改,可以在turbo c,borland c,Visual c++6.0(当然可能麻烦一点)上使用-c language common function set, comparison of the whole. BUG I have done some modifications, you can turbo c, borland c, Visual c++ 6.0 (of course, may be a little trouble) the use of
Platform: | Size: 177152 | Author: 聂晓峰 | Hits:

[Education soft systemstudents

Description: /*** *** *****/ /* Turbo C2.0下运行通过 */ /* 一个和学生管理有关的程序 -/**************//* Turbo C2.0 run through the*//* A and students in the management of the relevant procedures
Platform: | Size: 5120 | Author: jianxinxia | Hits:

[OtherBitmap

Description: bitmap,dos环境运行良好,包含程序顺利运行的所有文件-Compiler Used Turbo c++ 3.0 I Found a Part of the code on the net and edited it according it my needs. It Can Accuratly Display 2,16 and 256 Colour Images In Dos. All Files Required For Smooth Running Of Program.
Platform: | Size: 68608 | Author: cql | Hits:

[OtherDesignTajmahal

Description: Design of Tajmahal In Turbo C++ 3.0 graphics
Platform: | Size: 3072 | Author: Datta | Hits:

[OtherAnimetedCar

Description: Animated 3D Car in Turbo C++ 3.0 - It consist of Lights effect, Sound Effect. Press L for Lights effect and H for Horn.-Animated 3D Car in Turbo C++ 3.0 - It consist of Lights effect, Sound Effect. Press L for Lights effect and H for Horn.
Platform: | Size: 3072 | Author: datta | Hits:

[matlabant

Description: Ant simulations with DOS interface and using Turbo C 3.0 to compile
Platform: | Size: 6144 | Author: countingtls | Hits:

[Other DatabasesBook_Libra20949112242007

Description: This project is done in Turbo C++ 3.0 using its graphics library. Its help you to understand how to use mouse, button, text box and etc. Its done in dos yet you will surprise to see user interface like windows.
Platform: | Size: 54272 | Author: KMK | Hits:

[SCMUN16C5X

Description: PIC16C57反汇编工具的源代码,使用TURBO C++ 3.0语言设计-PIC16C57 disassembler source code,written in turbo c++ 3.0
Platform: | Size: 1024 | Author: luqionghui | Hits:

[Crack HackX-Crypter_1565543282003

Description: 国外人写的加/解密程序,非常适合初学者来学习使用。-X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made.It is programmed originaly in turbo c 2.01 but it works fine in MSVC++ 6.0 Standard
Platform: | Size: 46080 | Author: bradyhu | Hits:

[Crack HackC_Programs

Description: TSR (Terminiated and Stay Resident) Program in C which modifies screen into mirror Lagrange = program for mathematical lagrange mean value theorem DES data encryption standards program curve fitting algorithm banner to print the letter in c all programs are done in turbo c 3.0
Platform: | Size: 4096 | Author: Pran | Hits:

[Otherchap15-src

Description: 计算器程序,用turbo c++3.0运行,不能用vc-Calculator program, the with turbo c++3.0 run not with vc
Platform: | Size: 45056 | Author: liuyang | Hits:

[Windows DevelopTTC30DOS_Seriu

Description: Turbo C++3.0使用通用性较好的可重用代代码GSerial类在DOS下的串口通信编程与开发。 -Turbo C++3.0 use reusable on behalf of better versatility the code GSerial class of serial communication in DOS programming and development.
Platform: | Size: 6144 | Author: xiajiang | Hits:

[AlgorithmFFT_C

Description: 纯C语言编写的常见函数(冲激、阶跃、三角、指数、自定义函数,均可设置自定义系数)的FFT运算并画图显示。运行需要graphics.h。TURBO C++ 3.0运行通过。压缩包中包括一些C语言图形界面的简单教程。-A C program that can calculate common functions FFT and show the graphics. It is run successfully in Turbo C++ 3.0 with graphics.h.
Platform: | Size: 567296 | Author: 木偶 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 14 »

CodeBus www.codebus.net